Document

actual interface Document : Node
actual external interface Document : Node

Properties

Link copied to clipboard
abstract val baseURI: String
Link copied to clipboard
abstract val characterSet: String?
Link copied to clipboard
Link copied to clipboard
abstract val childNodes: INodeList
abstract val childNodes: NodeList
Link copied to clipboard
abstract val doctype: DocumentType?
abstract val doctype: DocumentType?
Link copied to clipboard
abstract val documentElement: Element?
abstract val documentElement: Element?
Link copied to clipboard
abstract val firstChild: Node?
abstract val firstChild: Node?
Link copied to clipboard
Link copied to clipboard
abstract val inputEncoding: String
Link copied to clipboard
abstract val lastChild: Node?
abstract val lastChild: Node?
Link copied to clipboard
abstract val nextSibling: Node?
abstract val nextSibling: Node?
Link copied to clipboard
abstract val nodeName: String
abstract val nodeName: String
Link copied to clipboard
abstract val nodeType: Short
abstract val nodeType: Short
Link copied to clipboard
abstract var nodeValue: String?
Link copied to clipboard
abstract val ownerDocument: Document
abstract val ownerDocument: Document?
Link copied to clipboard
abstract val parentElement: Element?
Link copied to clipboard
abstract val parentNode: Node?
abstract val parentNode: Node?
Link copied to clipboard
abstract val previousSibling: Node?
abstract val previousSibling: Node?
Link copied to clipboard
abstract val textContent: String?
abstract var textContent: String?

Functions

Link copied to clipboard
actual abstract fun adoptNode(node: Node): Node
actual abstract fun adoptNode(node: Node): Node
Link copied to clipboard
actual abstract fun appendChild(node: Node): Node
actual abstract fun appendChild(node: Node): Node
Link copied to clipboard
actual abstract fun createAttribute(localName: String): Attr
actual abstract fun createAttribute(localName: String): Attr
Link copied to clipboard
actual abstract fun createAttributeNS(namespace: String?, qualifiedName: String): Attr
actual abstract fun createAttributeNS(namespace: String?, qualifiedName: String): Attr
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun createComment(data: String): Comment
abstract fun createComment(data: String): Comment
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun createElement(localName: String): Element
abstract fun createElement(localName: String): Element
Link copied to clipboard
actual fun Document.createElement(localName: String): Element
expect fun Document.createElement(localName: String): Element
actual fun Document.createElement(localName: String): Element
actual fun Document.createElement(localName: String): Element
Link copied to clipboard
abstract fun createElementNS(namespaceURI: String, qualifiedName: String): Element
abstract fun createElementNS(namespaceURI: String, qualifiedName: String): Element
Link copied to clipboard
actual fun Document.createElementNS(namespaceURI: String, qualifiedName: String): Element
expect fun Document.createElementNS(namespaceURI: String, qualifiedName: String): Element
actual fun Document.createElementNS(namespaceURI: String, qualifiedName: String): Element
actual fun Document.createElementNS(namespaceURI: String, qualifiedName: String): Element
Link copied to clipboard
Link copied to clipboard
abstract fun createTextNode(data: String): Text
abstract fun createTextNode(data: String): Text
Link copied to clipboard
actual fun Document.createTextNode(data: String): Text
expect fun Document.createTextNode(data: String): Text
actual fun Document.createTextNode(data: String): Text
actual fun Document.createTextNode(data: String): Text
Link copied to clipboard
actual inline fun Node.getChildNodes(): NodeList
expect inline fun Node.getChildNodes(): NodeList
actual inline fun Node.getChildNodes(): NodeList
actual inline fun Node.getChildNodes(): NodeList
Link copied to clipboard
actual inline fun Document.getDoctype(): DocumentType?
expect inline fun Document.getDoctype(): DocumentType?
actual inline fun Document.getDoctype(): DocumentType?
actual inline fun Document.getDoctype(): DocumentType?
Link copied to clipboard
actual inline fun Document.getDocumentElement(): Element?
expect inline fun Document.getDocumentElement(): Element?
actual inline fun Document.getDocumentElement(): Element?
actual inline fun Document.getDocumentElement(): Element?
Link copied to clipboard
actual inline fun Node.getFirstChild(): Node?
expect inline fun Node.getFirstChild(): Node?
actual inline fun Node.getFirstChild(): Node?
actual inline fun Node.getFirstChild(): Node?
Link copied to clipboard
Link copied to clipboard
actual inline fun Document.getInputEncoding(): String?
expect inline fun Document.getInputEncoding(): String?
actual inline fun Document.getInputEncoding(): String?
actual inline fun Document.getInputEncoding(): String?
Link copied to clipboard
actual inline fun Node.getLastChild(): Node?
expect inline fun Node.getLastChild(): Node?
actual inline fun Node.getLastChild(): Node?
actual inline fun Node.getLastChild(): Node?
Link copied to clipboard
actual inline fun Node.getNextSibling(): Node?
expect inline fun Node.getNextSibling(): Node?
actual inline fun Node.getNextSibling(): Node?
actual inline fun Node.getNextSibling(): Node?
Link copied to clipboard
actual inline fun Node.getNodeName(): String
expect inline fun Node.getNodeName(): String
actual inline fun Node.getNodeName(): String
actual inline fun Node.getNodeName(): String
Link copied to clipboard
actual inline fun Node.getNodeType(): Short
expect inline fun Node.getNodeType(): Short
actual inline fun Node.getNodeType(): Short
actual inline fun Node.getNodeType(): Short
Link copied to clipboard
actual inline fun Node.getOwnerDocument(): Document
expect inline fun Node.getOwnerDocument(): Document
actual inline fun Node.getOwnerDocument(): Document
actual inline fun Node.getOwnerDocument(): Document
Link copied to clipboard
Link copied to clipboard
actual inline fun Node.getParentNode(): Node?
expect inline fun Node.getParentNode(): Node?
actual inline fun Node.getParentNode(): Node?
actual inline fun Node.getParentNode(): Node?
Link copied to clipboard
actual inline fun Node.getPreviousSibling(): Node?
expect inline fun Node.getPreviousSibling(): Node?
actual inline fun Node.getPreviousSibling(): Node?
actual inline fun Node.getPreviousSibling(): Node?
Link copied to clipboard
actual inline fun Node.getTextContent(): String?
expect inline fun Node.getTextContent(): String?
actual inline fun Node.getTextContent(): String?
actual inline fun Node.getTextContent(): String?
Link copied to clipboard
open fun importNode(node: Node): Node
actual abstract fun importNode(node: Node, deep: Boolean): Node
actual abstract fun importNode(node: Node, deep: Boolean): Node
Link copied to clipboard
Link copied to clipboard
actual abstract fun lookupNamespaceURI(prefix: String): String?
actual abstract fun lookupNamespaceURI(prefix: String): String?
Link copied to clipboard
actual abstract fun lookupPrefix(namespace: String): String?
actual abstract fun lookupPrefix(namespace: String): String?
Link copied to clipboard
actual abstract fun removeChild(node: Node): Node
actual abstract fun removeChild(node: Node): Node
Link copied to clipboard
actual abstract fun replaceChild(oldChild: Node, newChild: Node): Node
actual abstract fun replaceChild(oldChild: Node, newChild: Node): Node